-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[atable] Loading Options #226
Conversation
Coverage Report for ./atable
File Coverage
|
@crabinak Both of these look great. I added a timeout on an additional sample to see how it could render in the table. I've never used the |
@agritheory I've never used it before either, but it seems like it's meant for component trees that have multiple async components, and it allows managing loading states across all of them in a better way. |
@agritheory Here are two options for the ATable loading we discussed utilizing a background gradient animation. I have one using the gradient and another using a bar that moves across the bottom. This is a Loading component that could be used in place of the ATable before the data loads. We can explore other options as well.
Setting this as a draft until we settle on a loading option as I have two similar components in there and unused ones would need to be cleaned up before merging.